Applet Locator Status Values
When theJMNewAppletLocator
function has retrieved an HTML document, it passes a status value to theMyFetchCompleted
callback function.
enum JMLocatorErrors { eLocatorNoErr = 0, eHostNotFound, eFileNotFound, eLocatorTimeout, eLocatorKilled };Constant descriptions
See the description of the application-defined function
- eLocatorNoErr
- The HTML text was retrieved successfully.
- eHostNotFound
- The host specified by the URL was not found.
- eFileNotFound
- The HTML file was not found on the host.
- eLocatorTimeout
- A timeout occurred while waiting for the HTML text.
- eLocatorKilled
- The JMDisposeAppletLocator function was called before the text could be retrieved.
MyFetchCompleted
(page 68) for more information about using these values.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help